| GUI Help > Create > createWebBrowser | ||||||||||||||
|
createWebBrowser |
||||||||||||||
| int handle=createWebBrowser(int x, int y, int width, int height, handle parent) | ||||||||||||||
|
Description: Creates a web browser gadget which can be used to view web pages. IMPORANT: In order to use the web browser gadget, you must copy the gui2_web.dll library which came with BlueGUI v2 into the same folder as your application. If you do not do this web browser gadgets cannot be created. If you are not using web browser gadgets in your application you do not need to do this. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |